GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / GdPictureRectangleF Constructor / GdPictureRectangleF Constructor(IEnumerable<GdPictureRectangleF>)





In This Topic
GdPictureRectangleF Constructor(IEnumerable<GdPictureRectangleF>)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal rects As IEnumerable(Of GdPictureRectangleF) _
)
public GdPictureRectangleF( 
   IEnumerable<GdPictureRectangleF> rects
)
public GdPictureRectangleF( 
    rects: IEnumerable
); 
public function GdPictureRectangleF( 
   rects : IEnumerable
);
public: GdPictureRectangleF( 
   IEnumerable<GdPictureRectangleF*>* rects
)
public:
GdPictureRectangleF( 
   IEnumerable<GdPictureRectangleF^>^ rects
)

Parameters

rects
See Also